Intersoft WebInput Documentation
XHMTML 1.1 Transitional Support
Send Feedback
Intersoft WebInput > What's New in V3.0 > XHMTML 1.1 Transitional Support

Glossary Item Box

WebInput.NET 3.0 fully supports XHTML 1.1 Transitional. This is made possible with revamped core rendering and designs.

Along with XHTML 1.1 compliant output and Transitional support, all user interface features and data functions are supported and have been tested to work properly.

To use WebInput in XHTML 1.1 Transitional web page, ensure DOCTYPE and namespace has been registered properly. See the following:

<!DOCTYPE html PUBLIC "-/W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<html xmlns="http://www.w3.org/xhtml">

</html>

The XHTML 1.1 Transitional supported in version 3.0 allows web developer to use WebInput.NET in their web page that target W3C standards compliance.